type github.com/jackc/pgx/v5/internal/sanitize.pool

6 uses

	github.com/jackc/pgx/v5/internal/sanitize (current package)
		sanitize.go#L31: var bufPool = &pool[*bytes.Buffer]{
		sanitize.go#L115: var sqlLexerPool = &pool[*sqlLexer]{
		sanitize.go#L419: var queryPool = &pool[*Query]{
		sanitize.go#L441: type pool[E any] struct {
		sanitize.go#L447: func (pool *pool[E]) get() E {
		sanitize.go#L456: func (p *pool[E]) put(v E) {